home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Internet Toolbars / QuickMenu.EXE / menu.exe / 0 / RCDATA / TINTERNETACCESSFORM / TINTERNETACCESSFORM.txt
Encoding:
Text File  |  2001-01-21  |  1.4 KB  |  67 lines

  1. object InternetAccessForm: TInternetAccessForm
  2.   Left = 258
  3.   Top = 346
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Check for Updates or EMail me'
  7.   ClientHeight = 72
  8.   ClientWidth = 406
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   Scaled = False
  20.   OnKeyUp = FormKeyUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object HomepageSelector: TComboBox
  25.     Left = 0
  26.     Top = 10
  27.     Width = 281
  28.     Height = 24
  29.     Style = csDropDownList
  30.     ItemHeight = 16
  31.     TabOrder = 0
  32.     Items.Strings = (
  33.       'HTTP://home.freeuk.com/mpescod/'
  34.       'HTTP://home.freeuk.net/mpescod/')
  35.   end
  36.   object EMailSelector: TComboBox
  37.     Left = 0
  38.     Top = 40
  39.     Width = 281
  40.     Height = 24
  41.     Style = csDropDownList
  42.     ItemHeight = 16
  43.     TabOrder = 1
  44.     Items.Strings = (
  45.       'mpescod@freeuk.com'
  46.       'mpescod@pinnaclecomputers.co.uk')
  47.   end
  48.   object GotoHomePageButton: TButton
  49.     Left = 285
  50.     Top = 10
  51.     Width = 121
  52.     Height = 25
  53.     Caption = 'Goto &Web Page'
  54.     TabOrder = 2
  55.     OnClick = GotoHomePageButtonClick
  56.   end
  57.   object SendEMailButton: TButton
  58.     Left = 285
  59.     Top = 40
  60.     Width = 121
  61.     Height = 25
  62.     Caption = 'Send An &EMail'
  63.     TabOrder = 3
  64.     OnClick = SendEMailButtonClick
  65.   end
  66. end
  67.